home *** CD-ROM | disk | FTP | other *** search
- Path: brahms.udel.edu!not-for-mail
- From: yuehong@brahms.udel.edu (Yue-hong Zheng)
- Newsgroups: comp.lang.c
- Subject: Help:what is wrong this code?
- Date: 5 Apr 1996 13:34:34 -0500
- Organization: University of Delaware
- Message-ID: <4k3p3q$n76@brahms.udel.edu>
- NNTP-Posting-Host: brahms.udel.edu
-
-
- Why it give me 0.0000?
-
- #include <stdio.h>
- main () {
- double a=9.008;
- printf("%f\n",sqrt(a));
- return 0;
- }
-
-
-